home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Online / SpeakFreely / INSTALL < prev    next >
Text File  |  2000-05-16  |  2KB  |  45 lines

  1. To build and install Speak Freely for Unix, edit the Makefile
  2. to set the C compiler and linker flags and any options appropriately
  3. for your system.  Settings for a variety of popular platforms are
  4. included at the top of the Makefile, and you may be able to simply
  5. uncomment those for your system.
  6.  
  7. Next, perform a:
  8.  
  9.     make
  10.  
  11. If everything compiles and links OK, you're ready to copy the
  12. Speak Freely executables (named on the "PROGRAMS =" line in
  13. the Makefile) into a local binary directory on your path.
  14. Documentation for each of these programs is supplied in
  15. the eponymous man pages, all with an extension of ".1".
  16. Alternatively, you can set the install program path and
  17. target directories at the start of the Makefile and perform
  18. a "make install"; if you wish to install in system directories,
  19. you'll need to be super-user to run this.
  20.  
  21. You'll probably want to add appropriate settings of the
  22. various SPEAKFREE_ environment variables in your login
  23. profile; see the "LOOK WHO'S LISTENING" section of the
  24. sfspeaker.1 manual page for details.
  25.  
  26. If one or more of the modules of Speak Freely fails to build
  27. properly, double-check your compiler and linker option settings
  28. in the Makefile.  Some of the audio compression and encryption
  29. libraries were written long ago for pre-ANSI C. If your C
  30. compiler expects pedantic ANSI C, you may see a large number of
  31. warnings when compiling these libraries due to old style C
  32. syntax, for example, failing to explicitly declare a function
  33. which doesn't return a value void.  These warnings can almost
  34. always be safely ignored.
  35.  
  36. If you encounter problems or wish to discuss issues relating to
  37. Speak Freely with other users, you may wish to subscribe to one
  38. or more of the Speak Freely mailing lists.  For details about
  39. these lists, please visit the Web page:
  40.  
  41.     http://www.fourmilab.ch/speakfree/unix/
  42.  
  43.                                             John Walker
  44.                                             http://www.fourmilab.ch/
  45.